home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / progutil / stdwin.zoo / conf / Rules < prev    next >
Text File  |  1989-10-17  |  437b  |  22 lines

  1. # Begin Rules
  2. all:        Makefile
  3.  
  4. Makefile:    $(CONF)/Generic $(CONF)/Rules $(CONF)/mkmk Make.conf
  5.         @echo "Makefile out-of-date -- rerun $(CONF)/mkmk"; exit 1
  6.  
  7. depend:        $(SRCS)
  8.         $(CONF)/mkdep $(CPPFLAGS) $(SRCS) >@mkdep
  9.  
  10. tags:        $(SRCS) $(HDRS)
  11.         ctags -w $(SRCS) $(HDRS)
  12.  
  13. clean::
  14.         -rm -f core *.o [,@#]*
  15.  
  16. clobber::    clean
  17.         -rm -f lib.a tags *.[A-Z]
  18.  
  19. lint:        $(SRCS) $(HDRS)
  20.         $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(SRCS) $(LINTLIBS)
  21. # End Rules
  22.